(select-safe-coding-system): Fix typo.
authorAndreas Schwab <schwab@suse.de>
Thu, 26 Dec 2002 17:27:20 +0000 (17:27 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 26 Dec 2002 17:27:20 +0000 (17:27 +0000)
lisp/international/mule-cmds.el

index 62a4cd676d73d39b6292c59edb094b6d0d35dcb2..d5b7663c5f985d37724e77b82274519587f29b41 100644 (file)
@@ -839,7 +839,7 @@ one of the following safe coding systems, or edit the buffer:\n")
                (insert "\n")
                (fill-region-as-paragraph pos (point)))
              (insert "Or specify any other coding system
-on your risk of loosing the problematic characters.\n")))
+on your risk of losing the problematic characters.\n")))
 
          ;; Read a coding system.
          (setq default-coding-system (or (car safe) (car codings)))